﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: 350px;
}
/*首页banner高度*/
.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
  display: block;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
/*li按钮*/
.cg_banner .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
}
/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 9;
}
.cg_banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.cg_banner .prev:hover,
.cg_banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cg_banner .prevStop {
  display: none;
}
.cg_banner .nextStop {
  display: none;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
  height: 26px;
  line-height: 26px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 30px;
  line-height: 30px;
}
.sub_updown div a {
  display: block;
  color: #666;
  height: 30px;
  line-height: 30px;
}
.sub_updown div a[href]:hover {
  color: #5bb250;
}
.sub_updown div a[href]:hover span{
  background: #5bb250;
}
.sub_updown span {
	text-align: center;
	margin-right: 10px;
  display: block;
  width: 80px;
  float: left;
  color: #fff;
  background: #a9a9a9;
  height: 30px;
  line-height: 30px;
}
.s-tdimg img{
	width: 100%;
}
#contentText img{
	max-width: 100%;
}
.zjw_content img{
	max-width: 100%;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
}
.ql_fenye a,
.ql_fenye span {
	width: 32px;
	height: 32px;
	line-height: 32px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: 1px solid #5bb250;
  margin: 0px 3px;
  vertical-align: middle;
}
.ql_fenye a {
  color: #333333;
  vertical-align: middle;
}
.ql_fenye a.a1{
	color: #f1f8ee;
	font-size: 24px;
	font-weight: bold;
	font-family: "宋体";
	vertical-align: middle;
}
.ql_fenye .a1{
	background: #5bb250;
}
.ql_fenye .a1[href]{
	background: #80c269;
}
.ql_fenye .a1[href]:hover{
	background: #5bb250;
}
.ql_fenye a[href]:hover {
  color: #fff;
  background: #5bb250;
}
.ql_fenye span {
  border: 1px solid #5bb250 !important;
  background: #5bb250;
  color: #Fff !important;
  font-weight: normal !important;
}
/*选中需要全部important一下*/
/*分页 END*/
/*百度地图*/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
a[href] * {
  cursor: pointer;
}
/*此文件放置共用函数、变量等*/
/* 手机rem单位字号，与js保持一致 */
/* 兼容IE7 透明度写法 */
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/* 公用类 */
body {
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  font-family: "微软雅黑";
}
/* 清楚浮动 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
.hxq_gaba {
  display: inline-block;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/bah_10.png) no-repeat left center;
}
.hxq_w1920 {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_w1200 {
  width: 1200px;
  margin: 0 auto;
}
.hxq_w1003 {
  width: 1003px;
  margin: 0 auto;
}
/* CSS Document */
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
body {
  font-size: 12px;
  line-height: 26px;
  font-family: "微软雅黑";
  white-space: normal;
  word-break: break-word;
}
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.w1002,
.w1004,
.w1100,
.w1150,
.w1200,
.w1216,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.w1004 {
  width: 1004px;
}
.w1100 {
  width: 1100px;
}
.w1150 {
  width: 1150px !important;
}
.w1200 {
  width: 1200px !important;
}
.w1216 {
  width: 1216px;
}
.w1280 {
  width: 1280px;
}
/*height*/
.cg_height5 {
  height: 5px;
}
.cg_height10 {
  height: 10px;
}
.cg_height15 {
  height: 15px;
}
.cg_height20 {
  height: 20px;
}
.cg_height25 {
  height: 25px;
}
.cg_height30 {
  height: 30px;
}
.cg_height35 {
  height: 35px;
}
.cg_height40 {
  height: 40px;
}
.cg_height45 {
  height: 45px;
}
.cg_height50 {
  height: 50px;
}
.cg_height55 {
  height: 55px;
}
.cg_height60 {
  height: 60px;
}
.cg_height65 {
  height: 65px;
}
.cg_height70 {
  height: 70px;
}
.cg_height75 {
  height: 75px;
}
.cg_height80 {
  height: 80px;
}
.cg_height85 {
  height: 85px;
}
.cg_height90 {
  height: 90px;
}
.cg_height95 {
  height: 95px;
}
.cg_height100 {
  height: 100px;
}
.cg_height105 {
  height: 105px;
}
.cg_height110 {
  height: 110px;
}
.cg_height115 {
  height: 115px;
}
.cg_height120 {
  height: 120px;
}
.cg_height125 {
  height: 125px;
}
.cg_height130 {
  height: 130px;
}
.cg_height135 {
  height: 135px;
}
.cg_height140 {
  height: 140px;
}
.cg_height145 {
  height: 145px;
}
.cg_height150 {
  height: 150px;
}
/*margin*/
.cg_margin_rightno {
  margin-right: 0 !important;
}
.cg_margin_topno {
  margin-top: 0 !important;
}
.cg_margin_bottomno {
  margin-bottom: 0 !important;
}
.cg_margin_leftno {
  margin-left: 0 !important;
}
/*padding*/
.cg_padding_leftno {
  padding-left: 0 !important;
}
.cg_padding_rightno {
  padding-right: 0 !important;
}
.cg_padding_topno {
  padding-top: 0 !important;
}
.cg_padding_bottomno {
  padding-bottom: 0 !important;
}
/*border*/
.cg_border_topno {
  border-top: none !important;
}
.cg_border_leftno {
  border-left: none !important;
}
.cg_border_rightno {
  border-right: none !important;
}
.cg_border_bottomno {
  border-bottom: none !important;
}
/*关键字样式*/
.ql_subpag_about a {
  font-weight: bold;
  color: #000;
}
.ql_subpag_about a:hover {
  color: #666;
}
.qgl_mgaba {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
.container-fluid {
  width: 100%;
}
.z_l {
  float: left;
}
.z_r {
  float: right;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.hdbg {
  height: 118px;
  position: relative;
  background: url(../images/zjw1.jpg) no-repeat center;
}
.headert {
  width: 280px;
  float: right;
  height: 52px;
  line-height: 52px;
}
.headert .headerphone {
  font-size: 23px;
  color: #fff;
  font-family: Arial;
  padding-left: 28px;
  background: url(../images/zjw_1.png) no-repeat left center;
}
.headert a:hover {
  border-color: #fff;
}
.jiathis_button_weixin {
  float: left;
  display: block;
  width: 31px;
  height: 31px;
  margin-left: 10px;
  margin-top: 6px;
  border: 1px solid #6fc964;
  background: url(../images/zjw_2.png) no-repeat left center;
}
.heden {
  float: left;
  display: block;
  margin-left: 10px;
  margin-top: 6px;
  width: 31px;
  height: 31px;
  border: 1px solid #6fc964;
  background: url(../images/zjw_2.png) no-repeat right center;
}
.headerb {
  border-top: 1px solid #86d47c;
}
.headerb ul li {
  height: 65px;
  line-height: 60px;
  float: left;
  font-size: 16px;
  margin-right: 30px;
}
.headerb ul li > a {
  display: block;
  height: 60px;
  color: #fff;
  padding: 0 4px;
  border-bottom: 5px solid #5bb250;
}
.headerb ul li:hover .zjw_xl {
  display: block;
}
.headerb ul li:hover > a {
  border-bottom: 5px solid #fff;
}
.headerb ul li.on > a {
  border-bottom: 5px solid #fff;
}
.headerb ul li .zjw_xl {
  display: none;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 118px;
  left: 0;
  min-height: 54px;
  line-height: 54px;
  background: url(../images/zjw_27.png) repeat left center;
}
.headerb ul li .zjw_xl a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 16px;
  color: #52a648;
  padding: 0 26px;
}
.headerb ul li .zjw_xl a:hover {
  background: #52a648;
  color: #fff;
}
.headerb ul li .zjw_xl a.on {
  background: #52a648;
  color: #fff;
}
.ftbg {
  min-height: 158px;
  padding-top: 43px;
  padding-bottom: 37px;
  background: #3c4044;
}
.footer .f1 {
  float: left;
  margin-left: 7px;
  margin-right: 15px;
}
.footer .f2 {
	width: 680px;
  float: left;
  padding-left: 5px;
}
.footer .f2 ul li {
  float: left;
  padding: 0 19px;
  font-size: 12px;
  background: url(../images/zjw2.jpg) no-repeat left center;
}
.footer .f2 ul li a {
  color: #fff;
  display:inline-block; 
            *zoom:1;
            *display:inline;
            word-wrap:break-word;
            white-space:nowrap;
}
.footer .f2 ul li a:hover {
  color: #5bb250;
}
.footer .f2 .f2b {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #565c63;
  font-size: 12px;
  color: #7a828c;
}
.footer .f2 .f2b a {
  color: #7a828c;
  display:inline-block; 
            *zoom:1;
            *display:inline;
            word-wrap:break-word;
            white-space:nowrap;
}
.footer .f2 .f2b a:hover {
  color: #5bb250;
}
.footer .f3{
  width:290px;
}
.footer .f3 .f3d1 {
  font-size: 12px;
  color: #7a828c;
}
.footer .f3 .f3d2 {
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
}
.footer .f3 .f3db {
	vertical-align: middle;
}
.footer .f3 .f3db img{
	vertical-align: middle;
}
.footer .f3 .f3db .swsy {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  border: 1px solid #3c4044;
  background: url(../images/zjw_3.png) no-repeat center;
}
.footer .f3 .f3db .swsy:hover {
  border: 1px solid #fff;
}
.footer .f3 .f3db .jrsc {
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  border: 1px solid #3c4044;
  background: url(../images/zjw_4.png) no-repeat center;
}
.footer .f3 .f3db .jrsc:hover {
  border: 1px solid #fff;
}
.footer .f3 .f3db .site {
  width: 66px;
  padding-left: 24px;
  height: 26px;
  text-align: center;
  font-size: 12px;
  color: #d4d4d4;
  display: block;
  float: left;
  border: 1px solid #3c4044;
  background: url(../images/zjw_5.png) no-repeat center;
}
.footer .f3 .f3db .site:hover {
  border: 1px solid #fff;
}
.g_padding_leftno {
  padding-left: 0 !important;
}
.cg_border_leftno {
  border-left: none !important;
  background: none  !important;
}
.heg6 {
  height: 6px;
}
.minh100 {
  min-height: 100px;
}
.minh200 {
  min-height: 200px;
}
.minh300 {
  min-height: 300px;
}
.minh400 {
  min-height: 400px;
}
.zjwcon {
  min-height: 350px;
  padding-bottom: 52px;
}
.pdt36 {
  padding-top: 36px;
}
.w896 {
  width: 896px !important;
}
.zybt {
  height: 350px;
  width: 100%;
  background: url(../images/lxwmbt.jpg) no-repeat center;
}
.pagepiling{
	height: 100%;
	overflow: hidden;
}
.section ,.pp-section{
	height: 1080px;
  overflow: hidden;
}
.hxq_section3 {
  background: url(../images/f3bg.png) no-repeat center;
}
.floor3 h2 {
  font-weight: normal;
  text-align: center;
}
.floor3 h2 a {
  color: #5bb250;
}
.floor3 h2 a:hover {
  color: #7a828c;
}
.floor3 h2 a:hover em {
  color: #7a828c;
  background: url(../images/zjw_15b.png) no-repeat center bottom;
}
.floor3 h2 a em {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 16px;
  font-size: 34px;
  color: #5bb250;
  font-family: Arial;
  padding-bottom: 12px;
  background: url(../images/zjw_15.png) no-repeat center bottom;
}
.floor3 ul {
  text-align: center;
  padding-top: 12px;
}
.floor3 ul li {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  margin: 0 43px;
}
.floor3 ul li span {
  width: 112px;
  height: 112px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: url(../images/zjw_9.png) no-repeat left center;
}
.floor3 ul li span > em.e1 {
  width: 112px;
  height: 112px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: url(../images/zjw_12.png) no-repeat center;
}
.floor3 ul li span > em.e2 {
  width: 112px;
  height: 112px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: url(../images/zjw_13.png) no-repeat center;
}
.floor3 ul li span > em.e3 {
  width: 112px;
  height: 112px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: url(../images/zjw_14.png) no-repeat center;
}
.floor3 ul li h2 {
  margin-top: 18px;
  line-height: 62px;
  background: url(../images/zjw_10.png) no-repeat center bottom;
}
.floor3 ul li .f3nr {
  margin-top: 10px;
  width: 270px;
  font-size: 12px;
  height:130px;
  overflow: hidden;
  color: #333333;
}
.floor3 ul li > a.z_more {
  margin-top: 48px;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 12px;
  color: #fff;
  width: 187px;
  height: 26px;
  background: url(../images/zjw_11.png) no-repeat center;
}
.floor3 ul li > a.z_more em {
  font-size: 12px;
  color: #4b4a4a;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: -1px;
}
.floor3 ul li > a.f3zzc {
  display: block;
  width: 270px;
  height: 328px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(about:blank);
}
.floor3 ul li:hover h2 {
  background: url(../images/zjw_10b.png) no-repeat center bottom;
}
.floor3 ul li:hover h2 a {
  color: #4b4a4a;
}
.floor3 ul li:hover span {
  background: url(../images/zjw_9.png) no-repeat right center;
}
.floor3 ul li:hover > a.z_more {
  background: url(../images/zjw_11b.png) no-repeat center;
}
.floor3 ul li:hover > a.z_more em {
  color: #fff;
}
.hxq_section4 {
  background: url(../images/zjw3.jpg) no-repeat center;
}
.floor4 {
  min-height: 490px;
}
.floor4 h2 {
  font-weight: normal;
  text-align: center;
  font-size: 20px;
}
.floor4 h2 a {
  color: #fff;
}
.floor4 h2 a:hover {
  color: gold;
}
.floor4 h2 a:hover em {
  color: gold;
  background: url(../images/zjw_16b.png) no-repeat center bottom;
}
.floor4 h2 a em {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 16px;
  font-size: 34px;
  color: #fff;
  font-family: Arial;
  padding-bottom: 12px;
  background: url(../images/zjw_16.png) no-repeat center bottom;
}
.floor4 .f4waihd {
  padding-top: 18px;
}
.floor4 .f4waihd ul {
  text-align: center;
}
.floor4 .f4waihd ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 19px;
}
.floor4 .f4waihd ul li a {
  display: block;
  width: 151px;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  background: url(../images/zjw_22.png) no-repeat right center;
}
.floor4 .f4waihd ul li.on a {
  font-weight: bold;
  color: #5bb250;
  background: url(../images/zjw_22.png) no-repeat left center;
}
.floor4 .f4waihd ul li:hover a {
  font-weight: bold;
  color: #5bb250;
  background: url(../images/zjw_22.png) no-repeat left center;
}
.floor4 .f4nei {
  position: relative;
}
.floor4 .f4nei .f4neihd {
  width: 650px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -58px;
}
.floor4 .f4nei .f4neihd a.f4more {
  display: block;
  width: 162px;
  height: 30px;
  margin-right: 402px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #fff;
  float: left;
  color: #fff;
  font-size: 16px;
}
.floor4 .f4nei .f4neihd a.f4more:hover {
  color: gold;
  border-color: gold;
}
.floor4 .f4nei .f4neihd a.f4prev,
.floor4 .f4nei .f4neihd a.f4hnext {
  display: block;
  width: 34px;
  height: 34px;
  color: #84c46e;
  float: left;
  background: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 37px;
  font-weight: bold;
  margin-left: 6px;
}
.floor4 .f4nei .f4neihd a.f4prev:hover,
.floor4 .f4nei .f4neihd a.f4hnext:hover {
  background: #80c269;
  color: #fff;
}
.floor4 .f4neibd {
  padding-top: 40px;
}
.floor4 .f4neibd li {
  width: 285px;
  height: 238px;
  position: relative;
  float: left;
  margin-right: 3px;
}
.floor4 .f4neibd li em {
  display: block;
}
.floor4 .f4neibd li h3 {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  font-weight: normal;
  background: url(../images/zjw_21.png) no-repeat center;
}
.floor4 .f4neibd li h3 a {
  color: #fff;
  text-transform: uppercase;
}
.floor4 .f4neibd li > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 238px;
  background: url(about:blank);
}
.floor4 .f4neibd li:hover h3 a {
  font-weight: bold;
}
.hxq_section5 {
  background: #e5eaed;
}
.ql_asdasddas .floor5 {
  min-height: 675px;
}
.floor5 h2 {
  font-weight: normal;
  text-align: center;
  font-size: 20px;
}
.floor5 h2 a {
  color: #666666;
}
.floor5 h2 a:hover {
  color: #5bb250;
}
.floor5 h2 a:hover em {
  color: #5bb250;
  background: url(../images/zjw_15.png) no-repeat center bottom;
}
.floor5 h2 a em {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 16px;
  font-size: 34px;
  color: #666666;
  font-family: Arial;
  padding-bottom: 12px;
  background: url(../images/zjw_15b.png) no-repeat center bottom;
}
.fl5 {
	width: 688px;
	overflow: hidden;
  padding-top: 16px;
  position: relative;
}
.fl5 .fl5bd li {
  position: relative;
  padding: 16px;
  padding-bottom: 0;
  float: left;
  width: 298px;
  margin-right: 28px;
  background: #fff;
}
.fl5 .fl5bd li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 314px;
}
.fl5 .fl5bd li > em {
  display: block;
}
.fl5 .fl5bd li:hover em img{
  opacity: 0.8;
 	filter: alpha(opacity=80);
}
.fl5 .fl5bd li h3 {
  margin-top: 22px;
  font-weight: normal;
  font-size: 16px;
}
.fl5 .fl5bd li h3 a {
  color: #000;
}
.fl5 .fl5bd li .fl5nr {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  height: 52px;
  overflow: hidden;
  line-height: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
}
.fl5 .fl5bd li .fl5an {
  line-height: 40px;
  height: 24px;
}
.fl5 .fl5bd li .fl5an a {
  font-size: 14px;
  color: #323232;
  padding-right: 45px;
  text-transform: uppercase;
  background: url(../images/zjw_23.png) no-repeat right center;
}
.fl5 .fl5bd li .fl5an a[href]:hover {
  color: #3da773;
  background: url(../images/zjw_24.png) no-repeat right center;
}
.fl5 .fl5bd li:hover h3 a {
  color: #3da773;
}
.fl5 .fl5hd {
  padding-top: 32px;
}
.fl5 .fl5hd a {
  background: #fff;
  color: #cccccc;
  font-weight: 900;
  display: block;
  float: left;
  width: 82px;
  font-family: "宋体";
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
}
.fl5 .fl5hd a:hover {
  color: #5bb250;
}
.fl5r {
  margin-top: 16px;
  padding: 14px 14px;
  background: #fff;
  height: 326px;
  width:406px;
}
.fl5r h3 {
  font-weight: normal;
  width: 380px;
  height: 46px;
  line-height: 46px;
  padding-left: 24px;
  border-bottom: 1px dashed #b1b1b1;
  background: url(../images/zjw_25.png) no-repeat left center;
  font-size: 14px;
}
.fl5r h3 a {
  color: #666666;
}
.fl5r h3 a:hover {
  color: #5bb250;
}
.fl5r h3 .fl5date {
  color: #999999;
}
.fl55r {
  margin-top: 32px;
  width: 434px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  background: #5bb250;
  text-align: center;
}
.fl55r em {
  font-weight: bold;
}
.hxq_section6 {
  /*padding-top: 200px;*/
  background: #e5eaed;
}
.hxq_section2 {
  position: absolute;
  bottom: -90px;
  height: 600px;
  background: url(../images/zjw5.jpg) no-repeat center;
}
.floor2 {
	min-height: 620px;
  background: url(../images/zjw_26.png) no-repeat center bottom;
}
.floor2 > h2 {
  position: absolute;
  bottom: 84px;
  left: 31%;
  width: 588px;
  margin-left: -73px;
  text-align: center;
  background: url(../images/zjw_34.png) no-repeat center;
}
.floor2 > h2 a {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
}
.floor2 > h2 a em {
  font-weight: normal;
  line-height: 40px;
  font-size: 34px;
  color: #fff;
  font-family: Arial;
}
.floor2 > h2 a:hover {
  color: #067f00;
}
.floor2 > h2 a:hover em {
  color: #067f00;
}
.floor2 > div {
  display: none;
}
.floor2 .f2d1 {
  position: absolute;
  left: 48px;
  bottom: 110px;
  text-align: center;
  padding-top: 80px;
  background: url(../images/zjw_28.png) no-repeat center top;
}
.floor2 .f2d1 h2 {
  font-weight: normal;
  font-size: 20px;
}
.floor2 .f2d1 h2 a {
  color: #333333;
}
.floor2 .f2d1 h2 a:hover {
  color: #067f00;
}
.floor2 .f2d1 h2 a em {
  font-size: 14px;
  color: #858585;
  text-transform: uppercase;
}
.floor2 .f2d2 {
  position: absolute;
  left: 153px;
  top: 200px;
  text-align: center;
  padding-top: 80px;
  background: url(../images/zjw_29.png) no-repeat center top;
}
.floor2 .f2d2 h2 {
  font-weight: normal;
  font-size: 20px;
}
.floor2 .f2d2 h2 a {
  color: #333333;
}
.floor2 .f2d2 h2 a:hover {
  color: #067f00;
}
.floor2 .f2d2 h2 a em {
  font-size: 14px;
  color: #858585;
  text-transform: uppercase;
}
.floor2 .f2d3 {
  position: absolute;
  left: 380px;
  top: 60px;
  text-align: center;
  padding-top: 80px;
  background: url(../images/zjw_30.png) no-repeat center top;
}
.floor2 .f2d3 h2 {
  font-weight: normal;
  font-size: 20px;
}
.floor2 .f2d3 h2 a {
  color: #333333;
}
.floor2 .f2d3 h2 a:hover {
  color: #067f00;
}
.floor2 .f2d3 h2 a em {
  font-size: 14px;
  color: #858585;
  text-transform: uppercase;
}
.floor2 .f2d4 {
  position: absolute;
  right: 400px;
  top: 60px;
  text-align: center;
  padding-top: 80px;
  background: url(../images/zjw_31.png) no-repeat center top;
}
.floor2 .f2d4 h2 {
  font-weight: normal;
  font-size: 20px;
}
.floor2 .f2d4 h2 a {
  color: #333333;
}
.floor2 .f2d4 h2 a:hover {
  color: #067f00;
}
.floor2 .f2d4 h2 a em {
  font-size: 14px;
  color: #858585;
  text-transform: uppercase;
}
.floor2 .f2d5 {
  position: absolute;
  right: 136px;
  top: 200px;
  text-align: center;
  padding-top: 80px;
  background: url(../images/zjw_32.png) no-repeat center top;
}
.floor2 .f2d5 h2 {
  font-weight: normal;
  font-size: 20px;
}
.floor2 .f2d5 h2 a {
  color: #333333;
}
.floor2 .f2d5 h2 a:hover {
  color: #067f00;
}
.floor2 .f2d5 h2 a em {
  font-size: 14px;
  color: #858585;
  text-transform: uppercase;
}
.floor2 .f2d6 {
  position: absolute;
  right: 64px;
  bottom: 110px;
  text-align: center;
  padding-top: 80px;
  background: url(../images/zjw_33.png) no-repeat center top;
}
.floor2 .f2d6 h2 {
  font-weight: normal;
  font-size: 20px;
}
.floor2 .f2d6 h2 a {
  color: #333333;
}
.floor2 .f2d6 h2 a:hover {
  color: #067f00;
}
.floor2 .f2d6 h2 a em {
  font-size: 14px;
  color: #858585;
  text-transform: uppercase;
}
.zjw_color h2{
	color: #656c63 !important;
}
.zjw_color h2 em{
	color: #bbb !important;
}

.hrz-zs{display:block;width: 896px;float:left;}



@media screen and (max-width: 1601px){
		.hxq_section5 .floor5{
		position: absolute;
		bottom: 11%;
		left: 50%;
		margin-left: -575px;
		}
	}
	@media screen and (max-width: 1401px){
	.floor3{
		position: absolute;
		bottom: 10%;
		left: 50%;
		margin-left: -575px;
	}
	.floor4 .f4neibd{
		padding-top: 16px;
	}
	.floor4 h2 a em{
		margin-top: 0;
	}
	.floor4 .f4waihd{
		padding-top: 11px;
	}
	.floor4{
		/*position: absolute;
		bottom: 14%;
		left: 50%;
		margin-left: -575px;*/
		margin-top: 100px;
	}
    .hxq_section5 .floor5{
		/*position: absolute;
		bottom: 0%;
		left: 50%;
		margin-left: -575px;*/
		margin-top: 100px;
	}
	.fl5r{
		margin-top: 6px !important;
    height: 326px;
    width:406px;
	}
	.fl5{
		padding-top: 6px !important;
	}
	.floor5 h2 a em{
		margin-top: 0 !important;
	}
	.fl5hd{
		padding-top: 8px !important;
	}
	.fl55r{
		margin-top: 8px !important;
	}
}
.qywhbg{
	padding: 10px;
	background: url(../images/zjwqywh.png) no-repeat center bottom;
}
.zjwzjky{
	padding: 10px;
	background: url(../images/zjwzjky.png) no-repeat center top;
}
.zjwdzjs{
	padding: 10px;
	min-height: 494px;
	background: url(../images/zjwdzjs.png) no-repeat center bottom;
}
/*# sourceMappingURL=zjw.css.map */
